<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#featured-cycle {
	width: 900px;
	height: 450px;
	overflow: hidden;
	border: 1px solid #D9D8D6;
}
#divider2 { display: block; width: 100%; height: 0; clear: both; margin-top:30px; position: relative; 
          border-top:1px solid #ddd; margin-bottom:10px;
}

/* STANDARD CSS FILE - BADSHARK COMMUNICATIONS */

* ---------------------------- */
/* STANDARD HTML TAG RESET  (Thanks to HTML5 Boilerplate) */
/* ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
 caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  font-weight: normal;
}

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { }

ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
a img { border: none; }
del { text-decoration: line-through; }
input, select { vertical-align:middle; }
span.tiny {font-size:10px; padding-right:3px; display:inline; }

/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
/* ---------------------------- */

body {
	background: #f4f3ef;
	color: #a3a3a3;
 	font: normal 12px/1.5 Arial, Helvetica, sans-serif;
}

form, input { 
	color: #9f9c91; 
 	font: normal 90% Georgia, Times, sans-serif;
 	margin-right:10px;
 	margin-top:-15px;
}

pre, code, kbd, samp { font-family: monospace, sans-serif; }

h1 {font-size:30px;} 
h2 {font-size:24px;} 
h3 {font-size:18px;}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, Georgia, serif;
}
 
a:link, a:visited {color: #87826f; text-decoration: none; outline: none;} 
a:hover {text-decoration: underline;}
a:active { outline: none; text-decoration: none;}

strong { font-weight: bold; }
em {font-style: italic;}
hr { display:block; height:0px; border:0; border-top:1px solid #b4b16b;border-bottom: 1px solid #f1f1e9; margin: 0; padding:0; }

input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type=button], input[type=submit], button { cursor: pointer; margin-top:2px; margin-left:10px; }

button {  width: auto; overflow: visible; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/* ----------------------------*/ 
/* PAGE ELEMENTS     */ 
/* ----------------------------*/ 

.container {
	width: 900px;
	margin: 0px auto;
}


	/* ---------------------------*/ 
 	/* HEADER    */
		
	header {
		height: 150px;
	}
	
		.logo {
			
			float: left;
			margin-top: 18px;
			margin-left:-20px;
		}
		
			.logo img {
				display: block;
			}
			
		.info {
			width: 620px;
			float: right;
		}
		
			.contact {
				float: right;
				width: 500px;
				margin-top: 40px;
				margin-right: -10px;
				text-align:right;
			}
			
				.contact p {
					display: inline;
					font: italic 11px "Times New Roman", Times, Georgia, serif;
					color: #322e1f;
					padding-left: 10px;
					padding-right: 10px;
					border-right: 1px solid #d3d1cb;
				}
				
				.contact a {
					color: #787567;
				}
			
			menu {
				width: 600px;
				height: 46px;
				background: #edede9;
				border: 1px solid #e6e5e2;
				margin-top: 50px;
				margin-left:-20px;
				
			}
			
				menu ul {
					
					width: 700px;
				}
					
					menu li {
						display: block;
						float: left;
						position: relative;
						float:left;
					}
					
					menu a {
						display: block;
						float: right;
						font: normal 12px/46px Georgia, Times, serif;
						color: #87826f !important;
						padding: 0px 17px;
					}
					
					menu a:hover {
						background: #f2f2f0;
						border-left: 1px solid #e9e7e1;
						border-right: 1px solid #e9e7e1;
						text-decoration: none;
						padding: 0px 16px;
					}
					
					menu li:first-child a {
						padding-left: 16px;
					}
					
					menu li:first-child a:hover {
						padding-left: 16px;
						border-left: 0px;
					}
					
					
					/* Sub Menu */
				menu li ul {
						display: none;
						width: 135px;
						position: absolute;
						top: 47px;
						left: 0px;
						line-height:5px;
					   
						
					}
					
					
					menu li:hover ul {
						display: block;
					}
					
						menu li ul a {
							background: #f5f4f2;
							border-top: 1px solid #e6e5e2;
							width: 101px;
							margin:-5px 0px -5px 0px;
						}
						
						
						menu li ul a:hover {
							border-left: 0px;
							border-right: 0px;
							padding: 0px 17px;
						}
						
						menu li ul li:first-child a {
							border-top: 0px;
							padding-left: 17px;
							margin-top:5px;
						}
						
						menu li ul li:first-child a:hover {
							padding-left: 17px;
						}
						
						.sub-menu {
						margin-left:-40px;
						}
						
						menu {
	background: -webkit-gradient(linear, left top, left bottom, from(#f0efed), to(#e6e5e2));
	background: -moz-linear-gradient(top,  #f0efed,  #e6e5e2);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}


menu li ul {
	border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
}

menu li ul li:last-child a {
		border-bottom-left-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		-webkit-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-webkit-border-bottom-right-radius: 5px;
		}
				
		.nav {
		position:relative;
			z-index: 100;
		display:inline;
		}
		
		
#home-skin1 {
	width: 960px;
	height:400px;
	float: left;
	padding: 0 0 40px 0;
}
#home-skin1 .home-column1, #home-skin1 .home-column2, #home-skin1 .home-column3 {
	width: 288px;
	float: left;
}
#home-skin1 .home-column1 {
	margin: 0 28px 0 0px;
	min-height: 200px;
}
#home-skin1 .home-column2 {
	margin: 0 28px 0 0;
}
#home-skin1 .home-column3 {
	margin: 0;
}
#home-skin1 .home-row1 {
	width: 604px;
	float: left;
	margin: 0 0 20px 15px;
}

#home-skin2 .home-column1, #home-skin2 .home-column2, #home-skin2 .home-column3 {
	width: 288px;
	float: right;
}
#home-skin2 .home-column1 {
	margin: 0 20px 0 28px;
}

.latest-headlines {
	margin: 0;
	padding: 0;
	width: 100%;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.0em;
}
ul.headlines {
	border-top: 1.5px solid #D9D8D6;
	margin: 0;
	padding: 0;
}
ul.headlines li {
	border-bottom: 1.5px dotted #D9D8D6;
	margin: 0;
	padding: 6px 3px 6px 0;
	list-style-type: none;
	color: gray;
	line-height: 1.3em;
}
ul.headlines li em {
	color: #322e1f;
	font-style: normal;
	font-size: 85%;
}
ul.headlines li.more-news {
	list-style-type: none;
	margin: 0;
	padding: 10px 3px 5px 0;
	border-bottom: none;
}
ul.headlines li.more-news a:link, ul.headlines li.more-news a:visited, ul.headlines li.more-news a:active {
	color: #322e1f;
	line-height: 1em;
	font-size: 0.9em;
}
ul.headlines li.more-news a:hover {
	color: #322e1f;
}

h3{
color:black;
font-weight:lighter;
margin-bottom:2px;
}


.sliderContainer {
			height: 400px;
			width:570px;
			margin-bottom: 30px;
		
		}
			
		#slider {
			height: 330px;
			border-top: 1px solid #d9d8d6;
			border-bottom: 1px solid #d9d8d6;
			background: #edece9;
		}
		
			#slider div {
				height: 214px;
				width: 500px;
			}
			
				#slider ul {
					margin-top: 14px;
				}
		
					#slider li {
						width: 200px;
						height: 300px;
						background: #f4f3ef;
						float: left;
						border: 1px solid #e1e1df;
						margin-left: 27px;
					}
					
						#slider li img {
							margin-top: 8px;
							margin-left: 13px;
							border: 1px solid #e4e3e0;
						}
						
						#slider h4 {
							color: #3F3E3B;
    						float: left;
    						font: italic 11px/1 "Georgia",Times,serif;
    						height: 12px;
    						margin-left: 13px;
    						margin-top:10px;
    						overflow: hidden;
    						width: 140px;
							
    

						}
						
						#slider h5 {
							float: right;
							margin-right: 13px;
							text-align: right;
							font: italic bold 11px/1 "Times New Roman", Times, serif;
							color: #a99052;
							width: 70px;
							display: block;
			
						}
	.previous, .next {
				position: absolute;
				display: block;
				width: 28px;
				height: 56px;
				z-index: 100;
			}
			
			.previous {
				top: 120px;
				left: 0px;
			}
			
			.next {
				top: 120px;
				right: 0px;
			}
		.nav2 {
		position:relative;
			z-index: 100;
		
		}
		
		#footer-mn{
		color:GRAY;
		text-align:center;
		}
		#footer-mn a:link{
		color:gray;
		}


/*for about.shtml*/
.heading-img { margin-bottom:0px; width:100%; 
border: 1px solid #D9D8D6;}

.pullright { float: right; font-size:22px; color:#416546; font-weight:100;
width: 30%; margin: 0px 2px 14px 20px; padding: 32px; padding-left:70px;
border-left: 1px solid #e1e1e1;}

.about {
font-weight:lighter;
font-size:13px;
color: #515151;
}

.input-block {
font-weight:100;
font: normal 12px Georgia, Times, serif;
color: #87826f;
}
  

#form .label {
    display: block;
    margin: 0 0 5px;
  }

  #form .label span {
    color: #999;
  }

  #form .input-block input[type=text],
  #form .input-block textarea {
  /*  display: block; */
    font-size: 13px;
    margin: 0 0 10px;
    width: 320px;
  }

  #form .input-block textarea {
    height: 100px;
  }

  #form .input-block select {
    margin: 0 0 0px;
  }

  #form .input-button input {
    background: url('Pictures/button.png') 0 0 repeat-x;
    background-size:90px 32px;
    border: 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    padding: 0 6px;
    height: 32px;
    text-transform: uppercase;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    margin-top:0px;
    margin-left:0px;
  }

  #form .input-button .disabled {
    background-position: 0 -38px;
  }

  #form .input-button img {
    display: none;
    margin: 7px 0 0 5px;
    position: absolute;
  }

  #form label.invalid {
    color: red;
    display: block;
    margin: -20px 0 20px 0;
  }
  #form {
  float:right;
  
  }

#contactinfos {
width: 440px;
background-color: white;
color:gray;
margin: 20px 0px 0px 0px;
padding:40px;
float:left;
font-weight: lighter;
font: 13px Georgia, Times, serif;
line-height:20px;
}
#contactinfos2 {
width: 820px;
background-color: white;
color:gray;
margin: 40px 0px 100px 0px;
padding: 30px;
float:left;
font-weight: lighter;
font: 14px Georgia, Times, serif;
line-height:38px;
}


/*NEWS*/
.sliderContainer2 {
			height: 320px;
			width:900px;
			margin-bottom: 30px;
		
		}
#slider2 {
			height: 350px;
			border-top: 1px solid #d9d8d6;
			border-bottom: 1px solid #d9d8d6;
			background: #edece9;
		}
		
			
				#slider2 ul {
					margin-top: 14px;
				}
		
					#slider2 li {
						width: 350px;
						height: 270px;
						background: #f4f3ef;
						float: left;
						border: 1px solid #e1e1df;
						margin-left: 13px;
						padding:20px;
						line-height:21px;
						color:gray;
					}
					
						#slider2 li img {
							margin-top: 8px;
							margin-left: 13px;
							border: 1px solid #e4e3e0;
						}
						
						#slider2 h4 {
							color: #3F3E3B;
    						float: left;
    						font: italic 11px/1 "Georgia",Times,serif;
    						height: 12px;
    						margin-left: 13px;
    						margin-top:10px;
    						overflow: hidden;
    						width: 140px;
							

						}
						
						#slider2 h5 {
							float: right;
							margin-right: 13px;
							text-align: right;
							font: italic bold 11px/1 "Times New Roman", Times, serif;
							color: #a99052;
							width: 70px;
							display: block;
							
							
	.fy1 {
	color:black; font-size:17px; font-weight: bold;
	}
	


</pre></body></html>